module: Avoid ABI changes when debug info is disabled
authorBen Hutchings <benh@debian.org>
Fri, 13 May 2022 19:08:08 +0000 (21:08 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 28 Oct 2022 06:53:43 +0000 (07:53 +0100)
commit3065b3a3f94850f999b352685a0a1cef046540af
tree794e880f8e097d4a74c3c7ed0c99f4463cefa564
parent162a27f61deeec9107dc762a02355e3e8f376d82
module: Avoid ABI changes when debug info is disabled

Forwarded: not-needed

CI builds are done with debug info disabled, but this removes some
members from struct module.  This causes builds to fail if there is an
ABI reference for the current ABI.

Define these members unconditionally, so that there is no ABI change.

Gbp-Pq: Topic debian
Gbp-Pq: Name module-avoid-abi-changes-when-debug-info-is-disabled.patch
include/linux/module.h